SftTree/OCX 7.0

SftTree.ColHeaderGrayedColor Property

Softel vdm, Inc.

Defines the text color used to draw all disabled column headers.

Deprecated - Provided for compatibility with earlier versions only - Use Headers.GrayedColor instead

Syntax       

 

Get

VB.NET

Clr = object.ColHeaderGrayedColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.ColHeaderGrayedColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.ColHeaderGrayedColor;

VC++

OLE_COLOR Clr = object->ColHeaderGrayedColor;
OLE_COLOR Clr = object->GetColHeaderGrayedColor();

C

HRESULT object->get_ColHeaderGrayedColor(OLE_COLOR* Clr);

Delphi

Clr := object.ColHeaderGrayedColor  : TColor;

Put

VB.NET

object.ColHeaderGrayedColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.ColHeaderGrayedColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.ColHeaderGrayedColor = Clr;

VC++

OLE_COLOR object->ColHeaderGrayedColor = Clr;
void object->PutColHeaderGrayedColor(OLE_COLOR Clr);

C

HRESULT object->put_ColHeaderGrayedColor(OLE_COLOR Clr);

Delphi

object.ColHeaderGrayedColor := Clr  : TColor;

object

A SftTree object.

Clr

Defines the text color used to draw all disabled column headers.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Headers.GrayedColor instead 

The ColHeaderGrayedColor property defines the text color used to draw all disabled column headers.

The Header.Enabled property is used to enable and disable individual column headers.

All column headers use the same grayed text color and cannot be defined individually.

This property has no effect if Windows themes are used.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com